home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / src / parse.pro < prev    next >
Encoding:
Text File  |  1994-05-24  |  1.1 KB  |  32 lines

  1. List parse_event DCLPROTO((void));
  2. List par_event DCLPROTO((void));
  3. List parse_list DCLPROTO((void));
  4. List par_list DCLPROTO((void));
  5. List par_list1 DCLPROTO((void));
  6. Sublist par_sublist DCLPROTO((void));
  7. Sublist par_sublist2 DCLPROTO((void));
  8. Pline par_pline DCLPROTO((void));
  9. Cmd par_cmd DCLPROTO((void));
  10. void par_for DCLPROTO((Cmd c));
  11. void par_case DCLPROTO((Cmd c));
  12. void par_if DCLPROTO((Cmd c));
  13. void par_while DCLPROTO((Cmd c));
  14. void par_repeat DCLPROTO((Cmd c));
  15. void par_subsh DCLPROTO((Cmd c));
  16. void par_funcdef DCLPROTO((Cmd c));
  17. void par_time DCLPROTO((Cmd c));
  18. void par_dinbrack DCLPROTO((Cmd c));
  19. void par_dinpar DCLPROTO((Cmd c));
  20. Cmd par_simple DCLPROTO((Cmd c));
  21. Cond par_cond DCLPROTO((void));
  22. Cond par_cond_1 DCLPROTO((void));
  23. Cond par_cond_2 DCLPROTO((void));
  24. void par_redir DCLPROTO((Lklist l));
  25. Lklist par_wordlist DCLPROTO((void));
  26. Lklist par_nl_wordlist DCLPROTO((void));
  27. int getfdstr DCLPROTO((char *s));
  28. Cond par_cond_double DCLPROTO((char *a,char *b));
  29. int get_cond_num DCLPROTO((char *tst));
  30. Cond par_cond_triple DCLPROTO((char *a,char *b,char *c));
  31. void yyerror DCLPROTO((void));
  32.